home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 January
/
Macworld (1998-01).dmg
/
Shareware World
/
Info
/
For Developers
/
Utils
/
Sources
/
Makefile
< prev
Wrap
Makefile
|
1997-10-28
|
432b
|
33 lines
#
# Latitude Standard Makefile for Utils under Universal Headers
#
# targets: clean, depend, all
#
# To make debuggable version:
# make BUILD = debug
#
# To make regular version:
# make
#
MAC_ENV = Universal Headers
PROG = Utils
#
# Add your additional C Preprocessor flags here:
#
CPPFLAGS-PROG =
#
# Source Files for Utils
#
CFILES=main.c
include $(LATITUDE_ROOT)/lib/Makefile.share
#
# Add additional targets here:
#